home *** CD-ROM | disk | FTP | other *** search
- AND
-
- If both inputs are high, then the output is high. If either of the inputs is low, then the output is low.
-
- NAND
-
- If both inputs are high, then the output is low. If either of the inputs is low, then the output is high.
-
- OR
-
- If either of the inputs is high, then the output is high. If both inputs are low, then the output is low.
-
- NOR
-
- If neither of the inputs is high, the output is high. If either of the inputs is high, the output is low.
-
- EX'OR (exclusive OR)
-
- If both inputs are low or both inputs are high, the output is low. If one input is low and the other high, the output is high.
-
-